52歌赋>英语词典>memory access翻译和用法

memory access

英 [ˈmeməri ˈækses]

美 [ˈmeməri ˈækses]

存储访问,内存访问;存取存储器

计算机

英英释义

noun

  • (computer science) the operation of reading or writing stored information
      Synonym:access

    双语例句

    • The tightly-coupled nature of the CMP allows very short physical distances between processors and memory and, therefore, minimal memory access latency and higher performance.
      CMP紧密耦合的本质使处理器与内存之间的物理距离很短,因此可提供最小的内存访问延迟和更高的性能。
    • To enable memory access, it provides put and set methods for ints, chars, and bytes.
      为允许内存访问,它为int、char和byte提供了put和set方法。
    • As processor gets much higher speed, the memory access latency becomes a bottleneck that restricts higher performance.
      随着处理机运行速度的逐渐提高,存储访问延迟成为性能提高的瓶颈。
    • The other main type of processor architecture, CISC ( the x86 processor being a popular CISC instruction set), allows for memory access in nearly every instruction.
      另外一种主要的处理器体系结构CISC(x86处理器就是一种流行的CISC指令集)几乎允许在每条指令中进行内存访问。
    • Design and Optimization of Memory Access Structure for Multicore-SoC Based on SPM
      基于SPM的多核SoC访存结构设计与优化
    • Adaptive stack cache with fast address generation policy is proposed by investigating memory access behavior of programs.
      通过对程序的访存行为进行分析,提出快速地址计算的自适应栈高速缓存方案。
    • This increases the latency of the task's memory access until its data is in the cache of the new CPU.
      这就增加了任务的内存访问延迟,这些时间用来将其数据移入新CPU的内存中。
    • Does it contain memory access errors?
      是否包括内存访问错误?
    • The index register is added to the specified address, and the result is used as the address for the memory access.
      索引寄存器会与某个指定的地址相加,结果用作访问内存时使用的地址。
    • We also add the'unsafe'keyword since direct memory access isn't thread safe.
      我们也添加了“不安全”的关键词因为直接内存获取并不安全。